-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set required attribute in the html elements #2170
Conversation
Set required attribute in the html element based on the required flag on the field
Set required attribute in the html text element based on the required flag on the field
Spec needed! |
Oh, I'm sorry I wasn't clear. I think they should be written here: |
Done |
Set required attribute in the html elements
Thanks! 👍 |
Can you please take a look at #2171 Basically I also need it for the form_filtering_select and the form_filtering_multiselect partials If I write this:
The required attribute is set to the "select" element. But this is invalid because it needs to be set to the autocomplete "input" element. |
Set required attribute in the html field and text elements based on the required flag on the field